home *** CD-ROM | disk | FTP | other *** search
- global ds, gList, giNum, gtNum, gtColor
-
- on prepareFrame
- filePath = the moviePath & "INIT"
- imageName = "i" & giNum
- tName = "t" & gtNum
- ArtName = getAt(gList, imageName)
- templateName = getAt(gList, tName)
- CredSource = "ic" & giNum
- Credit = getAt(gList, CredSource)
- member("CI2-imagename").text = getAt(gList, imageName)
- member("CI2-T1name").text = getAt(gList, "t1")
- member("CI2-T2name").text = getAt(gList, "t2")
- member("CI2-T3name").text = getAt(gList, "t3")
- member("CI2-CREDITS").text = getAt(gList, CredSource)
- member("CI2A").fileName = filePath & ds & getAt(gList, imageName) & ".jpg"
- member("T1A", 4).fileName = filePath & ds & getAt(gList, "t1") & "-" & ArtName & "_E.jpg"
- member("T1B", 4).fileName = filePath & ds & getAt(gList, "t1") & "-" & ArtName & "_C.jpg"
- member("T1C", 4).fileName = filePath & ds & getAt(gList, "t1") & "-" & ArtName & "_D.jpg"
- member("T2A", 4).fileName = filePath & ds & getAt(gList, "t2") & "-" & ArtName & "_E.jpg"
- member("T2B", 4).fileName = filePath & ds & getAt(gList, "t2") & "-" & ArtName & "_C.jpg"
- member("T2C", 4).fileName = filePath & ds & getAt(gList, "t2") & "-" & ArtName & "_D.jpg"
- member("T3A", 4).fileName = filePath & ds & getAt(gList, "t3") & "-" & ArtName & "_E.jpg"
- member("T3B", 4).fileName = filePath & ds & getAt(gList, "t3") & "-" & ArtName & "_C.jpg"
- member("T3C", 4).fileName = filePath & ds & getAt(gList, "t3") & "-" & ArtName & "_D.jpg"
- updateStage()
- end
-
- on exitFrame me
- go(the frame + 1)
- end
-